func github.com/refraction-networking/utls.aeadChaCha20Poly1305
6 uses
github.com/refraction-networking/utls (current package)
cipher_suites.go#L151: {TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, 32, 0, 12, ecdheRSAKA, suiteECDHE | suiteTLS12, nil, nil, aeadChaCha20Poly1305},
cipher_suites.go#L152: {TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305, 32, 0, 12, ecdheECDSAKA, suiteECDHE | suiteECSign | suiteTLS12, nil, nil, aeadChaCha20Poly1305},
cipher_suites.go#L214: {TLS_CHACHA20_POLY1305_SHA256, 32, aeadChaCha20Poly1305, crypto.SHA256},
cipher_suites.go#L576: func aeadChaCha20Poly1305(key, nonceMask []byte) aead {
u_common.go#L742: suiteECDHE | suiteTLS12, nil, nil, aeadChaCha20Poly1305},
u_common.go#L744: suiteECDHE | suiteECSign | suiteTLS12, nil, nil, aeadChaCha20Poly1305},
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |